libxl: remove force parameter from libxl_domain_destroy
authorRoger Pau Monne <roger.pau@entel.upc.edu>
Thu, 15 Dec 2011 17:55:46 +0000 (18:55 +0100)
committerRoger Pau Monne <roger.pau@entel.upc.edu>
Thu, 15 Dec 2011 17:55:46 +0000 (18:55 +0100)
commit0b5c5ae1bdc2152016f72a7c00706fefc95e5b39
tree81e32a85b0dae044a110ecc20a912dfa558631ae
parent8e4cd77b8ad4bb9e289a64c867d99bc7d30c22eb
libxl: remove force parameter from libxl_domain_destroy

Since a destroy is considered a forced shutdown, there's no point in
passing a force parameter. All the occurences of this function have
been replaced with the proper syntax.

Signed-off-by: Roger Pau Monne <roger.pau@entel.upc.edu>
Acked-by: Ian Jackson <ian.jackson.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl.h
tools/libxl/libxl_create.c
tools/libxl/libxl_dm.c
tools/libxl/xl_cmdimpl.c
tools/python/xen/lowlevel/xl/xl.c